home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0197 / winsys95.ex_ / winsys95.ex / 0 / RCDATA / TREGFORM1 / TREGFORM1.txt
Text File  |  1997-03-25  |  1KB  |  63 lines

  1. object RegForm1: TRegForm1
  2.   Left = 191
  3.   Top = 120
  4.   Width = 413
  5.   Height = 198
  6.   Caption = 'Register'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 56
  16.     Top = 32
  17.     Width = 28
  18.     Height = 13
  19.     Caption = '&Name'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 56
  23.     Top = 64
  24.     Width = 21
  25.     Height = 13
  26.     Caption = '&Key:'
  27.   end
  28.   object rName: TEdit
  29.     Left = 112
  30.     Top = 32
  31.     Width = 217
  32.     Height = 21
  33.     TabOrder = 0
  34.     Text = 'rName'
  35.   end
  36.   object rKey: TEdit
  37.     Left = 112
  38.     Top = 64
  39.     Width = 217
  40.     Height = 21
  41.     TabOrder = 1
  42.     Text = 'rKey'
  43.   end
  44.   object BitBtn1: TBitBtn
  45.     Left = 96
  46.     Top = 112
  47.     Width = 75
  48.     Height = 25
  49.     TabOrder = 2
  50.     OnClick = BitBtn1Click
  51.     Kind = bkOK
  52.   end
  53.   object BitBtn2: TBitBtn
  54.     Left = 256
  55.     Top = 112
  56.     Width = 75
  57.     Height = 25
  58.     TabOrder = 3
  59.     OnClick = BitBtn2Click
  60.     Kind = bkCancel
  61.   end
  62. end
  63.